home *** CD-ROM | disk | FTP | other *** search
- /*
- File: SuperFlyAppSpecific.h
-
- Contains: Code specific to my program (as opposed to general functionality)
-
- Written by: Kent Miller
-
- Copyright: © 1995 Apple Computer
-
- Change History (most recent first):
-
- */
-
- #include "LinkedList.h"
-
- //Function Prototypes
- void SuperFlyTearDownMyWindows(void);
- OSErr SuperFlySetUpWindows(void);
- void SuperFlyHandleGDevicesMoved(void);
-
- //Global variables unique to our application
- extern TLinkedList *gMyWindowList;
- extern Boolean mirroringWasOn; //Was mirroring on when I started?
-